home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / ssd2.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  63 lines

  1. Short:    Prevents ToshibaCDROM stopping its motor - correct upload
  2. Author:   dirkw@uni-paderborn.de (Dirk Wrocklage)
  3. Uploader: dirkw@uni-paderborn.de (Dirk Wrocklage)
  4. Type:     disk/cdrom
  5.  
  6.  
  7. NAME
  8.  
  9.       SSD - StopSpinDown, Prevents Toshiba-CDROM from stopping its
  10.             motor
  11.  
  12. SYNOPSIS
  13.  
  14.       SSD UNIT DELAY [DEVICE]
  15.  
  16.  
  17. DESCRIPTION
  18.  
  19.       It really bothered me that my Toshiba 5301-B SCSI-CDROM spins
  20.       its motor down some seconds after the last usage. So this
  21.       little programs sends a motor start-command to the CDROM
  22.       every DELAY seconds. That has the effect that the motor will
  23.       never be stopped.
  24.  
  25.  
  26. REQUIREMENTS
  27.  
  28.       Amiga with SCSI-controller and a CDROM. Needs AmigaOS 2.04
  29.       or higher to run.
  30.  
  31.  
  32. OPTIONS
  33.  
  34.       UNIT   - the unit number of your CDROM.
  35.  
  36.       DELAY  - the delay time in seconds. My CDROM works well with
  37.                an amount of 25.
  38.  
  39.       DEVICE - the name of the SCSI-device. If you use 'scsi.device'
  40.                you may leave this option away. 
  41.  
  42. USAGE
  43.  
  44.       Just copy the program to your harddisk and add a line to your
  45.       user-startup. If your CDROM isn't always connected to your
  46.       computer you may use the program CheckCD from Ricardo Martinez
  47.       (on AmiNet: chkcd10.lha in disk/misc), so that the system
  48.       checks if the CDROM is available. So my user-startup looks like
  49.       this:
  50.  
  51.       CheckCD scsi.device UNIT 1 >NIL:
  52.       If NOT WARN
  53.           Mount CD0:
  54.           run >NIL: C:SSD 1 25
  55.       EndIf
  56.  
  57.  
  58. AUTHOR
  59.  
  60.       You can reach me at the following address:
  61.  
  62.       Dirk Wrocklage          dirkw@uni-paderborn.de
  63.